home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9521 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: rcfnews.cs.umass.edu!el12!abijoor
  2. From: abijoor@el12.cs.umass.edu (ARJUN BIJOOR P )
  3. Newsgroups: comp.lang.c++
  4. Subject: Image Processing:Zoom Filter(Mean median & morphological) in C++
  5. Date: 2 Mar 1996 08:31:24 GMT
  6. Organization: CS Dept., Umass-Amherst
  7. Message-ID: <4h910s$1kn@kernighan.cs.umass.edu>
  8. NNTP-Posting-Host: el12.cs.umass.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. I am doing a project on Image processing that includes such features
  12. as Zooming & Interpolation, Mean & Median Filtering, Histogram
  13. equalization & quantization, and Morphological operations.
  14.  
  15. The image files I will be woking on are going to be in (DT-IRIS),
  16. (TIFF), and (PCX) formats. What I would like to do is load the
  17. greyscale (256 bit) pixel values from the file into a matrix (x-y) so
  18. I could perform the above operations on the file.
  19.  
  20. My problem is that I don't know the exact structure of the image
  21. formats, if they are compressed etc. I am not clear as to what the
  22. procedure would be to get the information into the matrix that I would
  23. like to create. I would appreciate it if someone would point me to any
  24. information I could get on these file formats. Also, I am sure that
  25. functions already exist to load suchh a matrix from these files, and
  26. to save the processed matrices back into the file!
  27.  
  28. I would appreciate any help with this problem. I request that you
  29. respond by email: abijoor@el12.cs.umass.edu
  30.  
  31. thanks.
  32.